libxl: config parser: Rebuild config file parser scanner (rerun flex)
authorIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 12 Jan 2011 14:14:13 +0000 (14:14 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 12 Jan 2011 14:14:13 +0000 (14:14 +0000)
commit42c08220ddf158ac230557fa0e7f8cc242432ecf
treebf484e12c0eb43a67066d02b82ea3c4bdca4e8e9
parentb10319695ffc18bc75d4643f851357e5b1ec256d
libxl: config parser: Rebuild config file parser scanner (rerun flex)

The scanner from c/s 22735:cb94dbe20f97 is buggy and crashes with a
segmentation fault.  Rebuilding the sanner appears to fix the problem
so it appears that I somehow accidentally checked in a scanner which
doesn't correspond to the committed scanner source code.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxlu_cfg_l.c